Changeset 42518
- Timestamp:
- Aug 17, 2023, 4:30:12 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data
- Files:
-
- 2 edited
- 1 copied
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
queuesave.c (copied) (copied from trunk/Ohana/src/opihi/cmd.data/queuesave.c )
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/Makefile
r42438 r42518 136 136 $(SRC)/queuepop.$(ARCH).o \ 137 137 $(SRC)/queueprint.$(ARCH).o \ 138 $(SRC)/queuesave.$(ARCH).o \ 138 139 $(SRC)/queuesubstr.$(ARCH).o \ 139 140 $(SRC)/queueinit.$(ARCH).o \ -
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c
r42438 r42518 123 123 int queueprint PROTO((int, char **)); 124 124 int queuepush PROTO((int, char **)); 125 int queuesave PROTO((int, char **)); 125 126 int queuesubstr PROTO((int, char **)); 126 127 int queuesize PROTO((int, char **)); … … 335 336 {1, "queueprint", queueprint, "print the contents of a queue"}, 336 337 {1, "queuepush", queuepush, "push value onto queue"}, 338 {1, "queuesave", queuesave, "save the contents of a queue in a filex"}, 337 339 {1, "queuesize", queuesize, "show queue size"}, 338 340 {1, "queuesubstr", queuesubstr, "bulk replace strings in queue"},
Note:
See TracChangeset
for help on using the changeset viewer.
